Merged
Conversation
danpovey
added a commit
that referenced
this pull request
May 24, 2017
* [scripts] nnet1: minor update i-vector and mpe scripts (#1607) - mpe: backward compatibility is provided - ivec: the ivectors get stored in binary format (saves space) * [src] cosmetic change to const-arpa-lm-building code; remove too-general template. (#1610) * [src,scripts,egs] Segmenting long erroneous recordings (#1167) This is a solution for creating ASR training data from long recordings with transcription but without segmentation information. * [egs] thchs30 cmd and stage bug fix (#1619) * [src] Change to GPU synchronization, for speed (disables GPU stats by default) (#1617) * [src] Fix template instantiation bug causing failure if DOUBLEPRECISION=1 * [egs,scripts] Updates to BUT-specific cmd.sh settings (affects only Brno team); changes RE verbose level in nnet1 scripts. * [src] fix a small bug: logging cuda elapsed time (#1623) * [src,scripts,egs] Add capability for multilingual training with nnet3; babel_multilang example. * [scripts] Fix some merge problems I noticed on github review. * [src] fix problem in test code. * fixed some issues to merge kaldi_52 into master. * removed add_lda parameter and its dependency.
Skaiste
pushed a commit
to Skaiste/idlak
that referenced
this pull request
Sep 26, 2018
Skaiste
pushed a commit
to Skaiste/idlak
that referenced
this pull request
Sep 26, 2018
* [scripts] nnet1: minor update i-vector and mpe scripts (kaldi-asr#1607) - mpe: backward compatibility is provided - ivec: the ivectors get stored in binary format (saves space) * [src] cosmetic change to const-arpa-lm-building code; remove too-general template. (kaldi-asr#1610) * [src,scripts,egs] Segmenting long erroneous recordings (kaldi-asr#1167) This is a solution for creating ASR training data from long recordings with transcription but without segmentation information. * [egs] thchs30 cmd and stage bug fix (kaldi-asr#1619) * [src] Change to GPU synchronization, for speed (disables GPU stats by default) (kaldi-asr#1617) * [src] Fix template instantiation bug causing failure if DOUBLEPRECISION=1 * [egs,scripts] Updates to BUT-specific cmd.sh settings (affects only Brno team); changes RE verbose level in nnet1 scripts. * [src] fix a small bug: logging cuda elapsed time (kaldi-asr#1623) * [src,scripts,egs] Add capability for multilingual training with nnet3; babel_multilang example. * [scripts] Fix some merge problems I noticed on github review. * [src] fix problem in test code. * fixed some issues to merge kaldi_52 into master. * removed add_lda parameter and its dependency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@danpovey
With respect to #1617
Fix a small bug.
Add
CuDevicce::Instantiate().AccuProfile(__func__, tim);to cu-tp-matrix.cc and cu-vector.ccSo that it can log cuda elapsed time.